Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
wp-mail-logging
/
src
/
FS
/
/home/ariannadhf/www/wp-content/plugins/wp-mail-logging/src/FS/Filesystem.php
<?php namespace No3x\WPML\FS; class Filesystem implements IFilesystem { /** * @inheritdoc */ function is_file($filename) { return is_file($filename); } /** * @inheritdoc */ function mime_content_type($filename) { return mime_content_type($filename); } }